home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / IMPORTER / IMP / COMIMP.R < prev    next >
Encoding:
Text File  |  1997-07-11  |  782 b   |  49 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMImp.r 1.2 1997/04/09 01:16:05 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. //include "COMIMP.rsc";
  13.  
  14. resource 'COMP' (128) {
  15.     '3Din',
  16.     'COEA',
  17.     "Easy Import",
  18.     "COM Examples",
  19.     0x40000,
  20.     "4.0.0",
  21.     "TOOLKIT Example",
  22.     9
  23. };
  24.  
  25. resource 'PMAP' (128) {
  26.     {
  27. //        'none', 'long'
  28.     }
  29. };
  30.  
  31. resource 'Cmpp' (128) {
  32.     '3Din',
  33.     'COEA',
  34.     isAlienType,
  35.     'RD4A',                    // creator
  36.     {
  37.         'Easy',             // Reference
  38.         "Easy file",    // Name
  39.         {'TEXT' },        // List of MacOS types
  40.         {'EAS ' },        // List of extensions
  41.     };
  42. };
  43.  
  44. data 'GUID' (128) {
  45.     $"A58E 2440 3A02 101C 885F 0402 1C00 7002"
  46.   $"395C 54E0 EED9 11CF 9A2C 0020 AF28 193A"
  47.  
  48. };
  49.